home *** CD-ROM | disk | FTP | other *** search
/ PCMania 73 / PCMania CD73_1.iso / pcmania / render73 / Foro / FUERTES / GALEON / MARINA.TEX < prev    next >
Text File  |  1998-06-28  |  5KB  |  342 lines

  1. #declare LightWood = color red 0.91 green 0.76 blue 0.65
  2. #declare MediumWood = color red 0.65 green 0.50 blue 0.39
  3. #declare DarkWood = color red 0.52 green 0.37 blue 0.26
  4.  
  5. #declare laton=
  6. texture
  7. {
  8.  pigment
  9.  {
  10.   bozo
  11.   turbulence .4
  12.   color_map
  13.   {
  14.    [0 rgb <.95,.8,0>]
  15.    [.5 rgb <1,.85,0>]
  16.    [.75 rgb <.95,.8,0>]
  17.    [1 rgb <.95,.8,0>]
  18.   }
  19.   scale 7.5
  20.  }
  21.  finish {specular 1 roughness .005 brilliance 10 metallic diffuse 1}
  22.  normal {bozo scale 1.5 bump_size -.1}
  23. }
  24.  
  25. #declare cobre=
  26. texture
  27. {
  28.  pigment
  29.  {
  30.   bozo
  31.   turbulence .4
  32.   color_map
  33.   {
  34.    [0 rgb <.95,.8,0>]
  35.    [.5 rgb <1,.85,0>]
  36.    [.75 rgb <.95,.8,0>]
  37.    [1 rgb <.95,.8,0>]
  38.   }
  39.   scale 7.5
  40.  }
  41.  finish {specular 1 roughness .005 brilliance 10 metallic}
  42.  normal {bozo scale 1.5 bump_size -.1}
  43. }
  44.  
  45. #declare metal=
  46. texture
  47. {
  48.  pigment
  49.  {
  50.   bozo
  51.   turbulence .4
  52.   color_map
  53.   {
  54.    [0 rgb 1.25]
  55.    [.5 rgb 1.1]
  56.    [.75 rgb 1.25]
  57.    [1 rgb 1.25]
  58.   }
  59.   scale 7.5
  60.   scale <10,1,1>
  61.  }
  62.  finish {specular 1 roughness .005 brilliance 10 metallic}
  63.  normal {bozo scale 1.5 bump_size -.1}
  64. }
  65.  
  66. #declare metal_oxidado=
  67. texture
  68. {
  69.  pigment
  70.  {
  71.   bozo
  72.   turbulence .4
  73.   color_map
  74.   {
  75.    [0 rgb 1.25]
  76.    [.5 rgb .95]
  77.    [.62 rgb .95]
  78.    [.65 rgb <1.25,.5,0>]
  79.    [.651 rgb <1.25,.5,0>]
  80.    [.67 rgb 1.25]
  81.    [.75 rgb 1.25]
  82.    [1 rgb 1.25]
  83.   }
  84.   scale 7.5
  85.   scale <60,1,1>
  86.  }
  87.  finish {specular 1 roughness .005 brilliance 10 metallic}
  88.  normal {bozo scale 1.5 bump_size -.1}
  89.  rotate z*90
  90. }
  91.  
  92. #declare madera=
  93. texture
  94. {
  95.  pigment
  96.  {
  97.   wood
  98.   color_map
  99.   {
  100.    [0  LightWood]
  101.    [.1  LightWood]
  102.    [.15  MediumWood]
  103.    [.2  LightWood]
  104.    [.3  DarkWood]
  105.    [.3  MediumWood]
  106.    [.5  LightWood]
  107.    [.65  MediumWood]
  108.    [.75  DarkWood]
  109.    [.9  MediumWood]
  110.    [1  LightWood]
  111.   }
  112.   scale .2
  113.   scale <20,1,1>
  114.  }
  115. }
  116.  
  117. #declare madera_roja=
  118. texture
  119. {
  120.  pigment
  121.  {
  122.   wood
  123.   color_map
  124.   {
  125.    [0  red .8]
  126.    [.1  red .8]
  127.    [.15  red .9]
  128.    [.2  red .8]
  129.    [.3  red 1]
  130.    [.3  red .9]
  131.    [.5  red .8]
  132.    [.65  red .9]
  133.    [.75  red 1]
  134.    [.9  red .9]
  135.    [1  red .8]
  136.   }
  137.   scale .2
  138.   scale <20,1,1>
  139.  }
  140. }
  141.  
  142. #declare madera_amarilla2=
  143. texture
  144. {
  145.  pigment
  146.  {
  147.   wood
  148.   color_map
  149.   {
  150.    [0  red .8 green .8]
  151.    [.1 red .8 green .8]
  152.    [.15 red .9 green .9]
  153.    [.2 red .8 green .8]
  154.    [.3 red 1 green 1]
  155.    [.3 red .9 green .9]
  156.    [.5 red .8 green .8]
  157.    [.65 red .9 green .9]
  158.    [.75 red 1 green 1]
  159.    [.9 red .9 green .9]
  160.    [1 red .8 green .8]
  161.   }
  162.   scale .2
  163.   scale <20,1,1>
  164.  }
  165. }
  166.  
  167. #declare madera_blanca=
  168. texture
  169. {
  170.  pigment
  171.  {
  172.   wood
  173.   color_map
  174.   {
  175.    [0  rgb .8]
  176.    [.1  rgb .8]
  177.    [.15  rgb .9]
  178.    [.2  rgb .8]
  179.    [.3  rgb 1]
  180.    [.3  rgb .9]
  181.    [.5  rgb .8]
  182.    [.65  rgb .9]
  183.    [.75  rgb 1]
  184.    [.9  rgb .9]
  185.    [1  rgb .8]
  186.   }
  187.   scale .2
  188.   scale <20,1,1>
  189.  }
  190. }
  191.  
  192. #declare madera_negra=
  193. texture
  194. {
  195.  pigment
  196.  {
  197.   wood
  198.   color_map
  199.   {
  200.    [0  rgb .1]
  201.    [.1  rgb .1]
  202.    [.15  rgb .2]
  203.    [.2  rgb .1]
  204.    [.3  rgb .3]
  205.    [.3  rgb .2]
  206.    [.5  rgb .1]
  207.    [.65  rgb .2]
  208.    [.75  rgb .3]
  209.    [.9  rgb .2]
  210.    [1  rgb .1]
  211.   }
  212.   scale .2
  213.   scale <20,1,1>
  214.  }
  215. }
  216.  
  217. #declare madera_azul=
  218. texture
  219. {
  220.  pigment
  221.  {
  222.   wood
  223.   color_map
  224.   {
  225.    [0  blue .8]
  226.    [.1  blue .8]
  227.    [.15  blue .9]
  228.    [.2  blue .8]
  229.    [.3  blue 1]
  230.    [.3  blue .9]
  231.    [.5  blue .8]
  232.    [.65  blue .9]
  233.    [.75  blue 1]
  234.    [.9  blue .9]
  235.    [1  blue .8]
  236.   }
  237.   scale .2
  238.   scale <20,1,1>
  239.  }
  240. }
  241.  
  242. #declare madera_amarilla=
  243. texture
  244. {
  245.  pigment
  246.  {
  247.   wood
  248.   color_map
  249.   {
  250.    [0  rgb <.78,.78,.1>]
  251.    [.1  rgb <.46,.46,.1>]
  252.    [.15  rgb <.77,.77,.1>]
  253.    [.2  rgb <.78,.78,.1>]
  254.    [.3  rgb <.77,.77,.1>]
  255.    [.3  rgb <.79,.79,.1>]
  256.    [.5  rgb <.74,.74,.1>]
  257.    [.65  rgb <.75,.75,.1>]
  258.    [.75  rgb <.7,.77,.1>]
  259.    [.9  rgb <.79,.79,.1>]
  260.    [1  rgb <.78,.78,.1>]
  261.   }
  262.   scale .2
  263.   scale <20,1,1>
  264.  }
  265. }
  266.  
  267. #declare turbulencia= .3
  268. #declare arrugas= .1
  269.  
  270. #declare madera2=
  271. texture
  272. {
  273.  pigment
  274.  {
  275.    LightWood
  276.  }
  277.  normal
  278.  {
  279.   wood
  280.   turbulence turbulencia
  281.   scale <20,1,1>
  282.   bump_size arrugas
  283.  }
  284. }
  285.  
  286. #declare madera3=
  287. texture
  288. {
  289.  pigment
  290.  {
  291.    rgb .9 //LightWood *.75
  292.  }
  293.  normal
  294.  {
  295.   wood
  296.   turbulence turbulencia
  297.   scale <20,1,1>
  298.   bump_size arrugas
  299.  }
  300. }
  301.  
  302. #declare madera1=
  303. texture
  304. {
  305.  pigment
  306.  {
  307.    LightWood *.5
  308.  }
  309.  normal
  310.  {
  311.   wood
  312.   turbulence turbulencia
  313.   scale <20,1,1>
  314.   bump_size arrugas
  315.  }
  316. }
  317.  
  318. #declare cuerda=
  319. texture
  320. {
  321.  pigment {MediumWood}
  322. }
  323.  
  324. #declare tela=
  325. texture 
  326. {
  327.  pigment 
  328.  {
  329.   bozo
  330.   turbulence 1
  331.   color_map
  332.   {
  333.    [0 rgb 1]
  334.    [.4 rgb 1]
  335.    [.5 rgb .99]
  336.    [.6 rgb 1]
  337.    [1 rgb 1]
  338.   }
  339.   scale 40
  340.  }
  341. }
  342.